Crate heatmap [] [src]

Heatmap provides a time-series of Histograms, which is useful for recording distributions over time and reporting percentiles over time

Goals

  • pre-allocated datastructure
  • report time-series percentiles
  • auto-slicing by record time

Future work

  • make it work
  • make it awesome
  • add roll-up

Usage

Create a heatmap. Insert values over time. Profit.


use heatmap::*;

Structs

Config
Counters
Data
Heatmap
Iter

Iterator over a Heatmap's slices.

Properties
Slice